home *** CD-ROM | disk | FTP | other *** search
/ Adventure Games / Adventure Games 1.iso / panic / panic.exe / panic.DXR / 00288.ls < prev    next >
Encoding:
Text File  |  1995-08-24  |  86 b   |  6 lines

  1. on mouseDown
  2.   if legalButton(the clickOn) then
  3.     go("Lost and Found")
  4.   end if
  5. end
  6.